home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBT / TASK.ZIP / !Task_!Help next >
Encoding:
Text File  |  1996-04-24  |  315 b   |  11 lines

  1. Help for !Task (Part 1 of the Tutorial)
  2. ---------------------------------------
  3.  
  4. This program starts a desktop task, which can be shut down via the Task manager.
  5.  
  6. Breakdown:
  7. ----------
  8.  
  9. The task is initialised with Event_Initialise().  It the enters the endless loop for event polling via Event_Poll().
  10.  
  11. That's all.